Metadata-Version: 2.1
Name: VWS-Python
Version: 2018.10.5.0
Summary: Interact with the Vuforia Web Services (VWS) API.
Home-page: http://vws-python.readthedocs.io
Author: Adam Dangoor
Author-email: adamdangoor@gmail.com
License: MIT
Description: |Build Status| |codecov| |Updates| |Documentation Status|
        
        vws-python
        ==========
        
        Python library for the Vuforia Web Services (VWS) API and the Vuforia Web Query API.
        
        Contributing
        ------------
        
        See `CONTRIBUTING.rst <./CONTRIBUTING.rst>`_ for details on how to contribute to this project.
        
        Installation
        ------------
        
        This package has not yet been uploaded to PyPI.
        
        For now it is possible to install the work in progress:
        
        .. code:: sh
        
            pip install git+https://github.com/adamtheturtle/vws-python@master
        
        This is tested on Python 3.7+.
        Get in touch with ``adamdangoor@gmail.com`` if you would like to use this with another language.
        
        Full Documentation
        ------------------
        
        See the `full documentation <https://vws-python.readthedocs.io/en/latest>`__.
        
        .. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
           :target: https://travis-ci.org/adamtheturtle/vws-python
        .. |codecov| image:: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/adamtheturtle/vws-python
        .. |Updates| image:: https://pyup.io/repos/github/adamtheturtle/vws-python/shield.svg
           :target: https://pyup.io/repos/github/adamtheturtle/vws-python/
        .. |Documentation Status| image:: https://readthedocs.org/projects/vws-python/badge/?version=latest
           :target: https://vws-python.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
Keywords: vuforia fake client
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dev
